home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / v cisle / deskspace / DeskSpace152TrialSetup.exe / help / style / header.css < prev   
Cascading Style Sheet File  |  2007-09-12  |  2KB  |  159 lines

  1. /*
  2.     Otaku Software Website Style Sheet
  3.     File: header.css
  4.     Version: 1.0
  5.     Date: 20/09/2004
  6.     Authors: Garry Stewart, James Stewart
  7. */
  8.  
  9. /* Begin: Header Tags */
  10.  
  11. #Header
  12. {
  13.     background-color: #000000;
  14.     height : 32px;
  15.     position: relative;
  16.     z-index : 1;
  17.     margin: 0 auto;
  18. }
  19.  
  20. #Header div {
  21.     margin: 0 auto;
  22.     position: relative; 
  23.     min-width : 300px;
  24.     margin-left : 5%;
  25. }
  26.  
  27. #Header h1 
  28. {
  29.     margin: 0;
  30.     border: 0;
  31. }
  32. #Header ul 
  33. {    float:left;
  34.     padding: 0;
  35.     margin: 0;
  36.     list-style: none;
  37.     position: absolute;
  38.     top : 0;
  39.     right :0;
  40.     margin-right : 5%;
  41.     text-align : right;
  42. }
  43. #Header li 
  44. {
  45.     width : 72px;
  46.     float:left;
  47.     padding: 0;
  48.     margin : 0;
  49. }
  50.  
  51. #Header ul a
  52. {    
  53.     display:block;
  54.     float:left;
  55.     padding-top:10px;
  56.     padding-bottom:11px;
  57.     text-align: center;
  58.     vertical-align: middle;
  59.     text-decoration: none;
  60.     width : 72px;
  61.     height: 32px;
  62.     voice-family: "\"}\"";
  63.     voice-family: inherit;
  64.     height: 11px;
  65. }
  66. #Header ul a:hover
  67. {
  68.     color : #000000;
  69. }
  70.  
  71. .Clear
  72. {
  73.     clear : both;
  74. }
  75.  
  76. .HeaderNavigationBackground
  77. {
  78.     clear:both;
  79.     background-color: #0C3D63;
  80.     color: #FFFFFF;
  81.     text-align : left;
  82.     padding-top : 5px;
  83.     padding-bottom : 5px;
  84.     margin-bottom : 1.5em;
  85. }
  86.  
  87. .HeaderLogo
  88. {
  89.     float : left;
  90.     clear : left;
  91.     color : white;
  92.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  93.     font-size: 11px;
  94.     font-style: normal;
  95.     text-align : left;
  96.     height: 32px;
  97.     width : 242px;
  98.     margin-left : 5%;
  99. }
  100.  
  101. .HeaderLinks
  102. {
  103.     padding-top : 10px;
  104.     padding-bottom : 11px;
  105.     height : 11px;
  106.     color : white;
  107.     text-align : right;
  108.     padding-left : 2px;
  109. }
  110.  
  111. .HeaderUnselectedLink
  112. {
  113.     background-color: #000000;
  114.     color: #FFE504;
  115. }
  116. .HeaderUnselectedLink:hover
  117. {    
  118.     background-color: #ececec;
  119.     color: #000000;
  120. }
  121. .HeaderUnselectedLink:visited
  122. {    
  123.     color: #FFE504;
  124. }
  125.  
  126. .HeaderSelectedLink
  127. {
  128.     background-color: #0C3D63;
  129.     color: #FFFFFF;
  130. }
  131. .HeaderSelectedLink:active
  132. {
  133.     color: #FFFFFF !important;
  134. }
  135. .HeaderSelectedLink:hover
  136. {
  137.     color: #FFFFFF !important;
  138. }
  139. .HeaderSelectedLink:visited
  140. {
  141.     color: #FFFFFF !important;
  142. }
  143.  
  144. a.HeaderLinkText:link, a.HeaderLinkText:visited, a.HeaderLinkText:active, a.HeaderLinkText:hover
  145. {
  146.     color: #FFE504;
  147.     text-align: left;
  148.     text-decoration: none;
  149.     margin :0px;
  150. }
  151.  
  152. .HeaderElement
  153. {
  154.     margin-left: 5%;
  155.     margin-right: 5%;
  156. }
  157.  
  158. /* End: Header Tags */
  159.